home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / WD_SRC.ZIP / SOURCE / CLINE.CPP < prev    next >
C/C++ Source or Header  |  1995-01-10  |  226b  |  7 lines

  1. #include "..\Source\LastWolf.hpp"
  2.  
  3. void CLine::SetTextureXLength( WORD newLength )
  4. {
  5.     texHorzX = texOriginX + UNFIX( SAFE_COS(lineAngle) * newLength );
  6.     texHorzY = texOriginY + UNFIX( SAFE_SIN(lineAngle) * newLength );
  7. }